Metadata-Version: 2.1
Name: Backpack-Backup
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://githhub.com/jessefogarty/backpack-backup
Author: Jesse Fogarty
Author-email: jfogarty@tuta.io
License: UNKNOWN
Description: Backpack.py - Encrypted Backups Made Easy.
        ======
        ![](https://img.shields.io/pypi/pyversions/3.svg?style=flat-square)
        
        > **backpack.py** is a python3 script used to make quick encrypted backups of a folder or directory.
        
        Example usage as follows below:
        
        ```python
        $ python3 backpack.py -p ~/Documents/test -d /Volumes/EXT -e jessefogarty@tuta.io
        # Output
        $ before-backup.zip: encryption ok
        $ SUCCESS! Backup File: /Volumes/EXT/before-backup.zip.gpg
        ```
        
        ```python
        $ python3 -p ~/Documents/test1.txt -d /Volumes/EXT -e jessefogarty@tuta.io
        # Output
        $ Encrypting and moving File: tmp.txt
        $ tmp.txt: encryption ok
        $ SUCCESS! Backup file: /Volumes/EXT/before/tmp.txt.gpg
        ```
        
        ## Requirements
        * todo
        * todo
        * todo
        * todo
        
        ## Version
        * Version 1.5 (in development)
        * **Version 1.0 (current)**
        
        ## Contact
        * e-mail: jessefogarty@tuta.io
        * Twitter: [@twitterhandle](https://twitter.com/jessefogarty "twitterhandle on twitter")
        
        [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=jessefogarty&url=https://github.com/jessefogarty/sw-name&title=sw-name&language=&tags=github&category=software)
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
